home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / CheckMail3.1 / CheckMail.app / English.lproj / ChkMail_Info.nib / data.classes next >
Text File  |  1995-05-30  |  457b  |  34 lines

  1. StandardInfo = {
  2.     ACTIONS = {
  3.     showInfoPanel:;
  4.     };
  5.     OUTLETS = {
  6.     infoPanel;
  7.     versionFieldID;
  8.     emailFieldID;
  9.     dateFieldID;
  10.     };
  11.     SUPERCLASS = Object;
  12. };
  13. FirstResponder = {
  14.     ACTIONS = {
  15.     };
  16.     SUPERCLASS = Object;
  17. };
  18. Controller = {
  19.     ACTIONS = {
  20.     showInfoPanel:;
  21.     showPrefPanel:;
  22.     appDidInit:;
  23.     updateWindow:;
  24.     appWillTerminate:;
  25.     };
  26.     OUTLETS = {
  27.     globPrefs;
  28.     scrollView;
  29.     textObj;
  30.     mailWindow;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.